home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / Convert_PICT / Testing / hex_tests / patterns=defaults.hex < prev    next >
Text File  |  1993-02-25  |  2KB  |  43 lines

  1. % header
  2. 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  3. % end of app-specific header
  4. 00FF 0000 0000 00FF 00FF    % pict size (bogus) and top left bottom right
  5. 11 01                        % verson
  6. 01 000A 0000 0000 00FF 00FF    % Clip region.  Added to keep Mac tester happy.
  7. 30 0000 0000 00FF 00FF        % draw bounding rect
  8.  
  9. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. %    This test seeks to demonstrate what the default patterns are.  Presumably, it will
  11. %    show that the default paint and fill patterns are black, while the erase is white.
  12. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13.  
  14.  
  15. % draw lines along its four sides
  16. 20 0010 0000 0010 00FF
  17. 20 0000 0010 00FF 0010
  18. 20 0050 0000 0050 00FF
  19. 20 0000 0050 00FF 0050
  20.  
  21. 20 0000 0080 00FF 0080
  22. 20 0000 00C0 00FF 00C0
  23.  
  24. 20 0080 0000 0080 00FF
  25. 20 00C0 0000 00C0 00FF
  26.  
  27. 28 0009 0080 (Paint)
  28.  
  29. % paint a rectangle
  30. 31 0010 0080 0050 00C0
  31.  
  32. 28 0070 0080 (Fill)
  33.  
  34. % fill one below
  35. 34 0080 0080 00C0 00C0
  36.  
  37. 28 0070 0010 (Erase)
  38.  
  39. % erase a different one 
  40. 32 0080 0010 00C0 0050
  41.  
  42. FF    % end
  43.